1 write to communicationObject
System.ServiceModel (1)
System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
128this.communicationObject = new WrapperSecurityCommunicationObject(this);
4 references to communicationObject
System.ServiceModel (4)
System\ServiceModel\Security\SecurityProtocolFactory.cs (4)
169get { return this.communicationObject; } 1092this.communicationObject.Open(timeout); 1178this.communicationObject.ThrowIfDisposedOrImmutable(); 1183this.communicationObject.ThrowIfNotOpened();