1 write to communicationObject
System.ServiceModel (1)
System\ServiceModel\Security\SecurityProtocol.cs (1)
48this.communicationObject = new WrapperSecurityCommunicationObject(this);
9 references to communicationObject
System.ServiceModel (9)
System\ServiceModel\Security\SecurityProtocol.cs (9)
53get { return this.communicationObject; } 107this.communicationObject.ThrowIfDisposedOrImmutable(); 359this.communicationObject.Open(timeout); 364return this.communicationObject.BeginOpen(timeout, callback, state); 369this.communicationObject.EndOpen(result); 437this.communicationObject.Abort(); 441this.communicationObject.Close(timeout); 486return this.communicationObject.BeginClose(timeout, callback, state); 491this.communicationObject.EndClose(result);