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. |
IContextPropertyActivator Interface | System.Runtime.Remoting Namespace