10 references to CommunicationObject
System.ServiceModel (10)
System\ServiceModel\Security\AsymmetricSecurityProtocolFactory.cs (3)
67
this.
CommunicationObject
.ThrowIfNotOpened();
76
this.
CommunicationObject
.ThrowIfNotOpened();
85
this.
CommunicationObject
.ThrowIfNotOpened();
System\ServiceModel\Security\SecurityProtocolFactory.cs (7)
410
return this.
CommunicationObject
.State != CommunicationState.Created;
1098
return this.
CommunicationObject
.BeginOpen(timeout, callback, state);
1103
this.
CommunicationObject
.EndOpen(result);
1110
this.
CommunicationObject
.Abort();
1114
this.
CommunicationObject
.Close(timeout);
1120
return this.
CommunicationObject
.BeginClose(timeout, callback, state);
1125
this.
CommunicationObject
.EndClose(result);