2 writes to _factory
System.ServiceModel (2)
System\ServiceModel\Security\WSTrustChannel.cs (2)
196
_factory
= value;
345
_factory
= factory;
5 references to _factory
System.ServiceModel (5)
System\ServiceModel\Security\WSTrustChannel.cs (5)
192
return
_factory
;
355
if (
_factory
.Endpoint != null
356
&&
_factory
.Endpoint.Binding != null
357
&&
_factory
.Endpoint.Binding.MessageVersion != null)
359
_messageVersion =
_factory
.Endpoint.Binding.MessageVersion;