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