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