1 write to communicationObject
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
60this.communicationObject = new WrapperSecurityCommunicationObject(this);
12 references to communicationObject
System.ServiceModel (12)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (12)
99this.communicationObject.ThrowIfDisposedOrImmutable(); 116this.communicationObject.ThrowIfDisposedOrImmutable(); 133this.communicationObject.ThrowIfDisposedOrImmutable(); 146this.communicationObject.ThrowIfDisposedOrImmutable(); 171this.communicationObject.ThrowIfDisposedOrImmutable(); 184this.communicationObject.ThrowIfDisposedOrImmutable(); 222return this.communicationObject.BeginClose(timeout, callback, state); 227this.communicationObject.EndClose(result); 312this.communicationObject.Close(timeout); 317this.communicationObject.Abort(); 326this.communicationObject.Open(timeout); 336this.communicationObject.ThrowIfClosed();