1 write to context
System.ServiceModel (1)
System\ServiceModel\Channels\CallbackContextMessageProperty.cs (1)
57this.context = context;
4 references to context
System.ServiceModel (4)
System\ServiceModel\Channels\CallbackContextMessageProperty.cs (4)
83this.callbackAddress = CreateCallbackAddress(this.listenAddress, this.context); 93return this.context; 104return CreateCallbackAddress(new EndpointAddress(listenAddress), this.context); 180return new CallbackContextMessageProperty(this.listenAddress, this.context);