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