1 write to _communicationObject
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
51_communicationObject = new WrapperSecurityCommunicationObject(this);
9 references to _communicationObject
System.ServiceModel.Primitives (9)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (9)
68_communicationObject.ThrowIfDisposedOrImmutable(); 85_communicationObject.ThrowIfDisposedOrImmutable(); 102_communicationObject.ThrowIfDisposedOrImmutable(); 115_communicationObject.ThrowIfDisposedOrImmutable(); 130_communicationObject.ThrowIfDisposedOrImmutable(); 143_communicationObject.ThrowIfDisposedOrImmutable(); 243return ((IAsyncCommunicationObject)_communicationObject).CloseAsync(timeout); 248_communicationObject.Abort(); 257return ((IAsyncCommunicationObject)_communicationObject).OpenAsync(timeout);