NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IContextPropertyActivator Methods

The methods of the IContextPropertyActivator interface are listed below. For a complete list of IContextPropertyActivator interface members, see the IContextPropertyActivator Members topic.

CollectFromClientContext  
CollectFromServerContext Called on each server context property that has this interface, before the construction response leaves the server for the client. The context property can examine and manipulate the contents of the IConstructionReturnMessage.
DeliverClientContextToServerContext Called on each server context property that has this interface, when the construction request arrives at the server from the client. The context property can examine the contents of the IConstructionCallMessage.
DeliverServerContextToClientContext Called on each client context property that has this interface, when the construction request returns to the client from the server. The context property can examine the contents of the IConstructionReturnMessage.

See Also

IContextPropertyActivator Interface | System.Runtime.Remoting Namespace