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)
192return _factory; 355if (_factory.Endpoint != null 356&& _factory.Endpoint.Binding != null 357&& _factory.Endpoint.Binding.MessageVersion != null) 359_messageVersion = _factory.Endpoint.Binding.MessageVersion;