7 references to CommunicationObject
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (7)
387
return this.
CommunicationObject
.State != CommunicationState.Created;
1046
return this.
CommunicationObject
.BeginOpen(timeout, callback, state);
1051
this.
CommunicationObject
.EndOpen(result);
1058
this.
CommunicationObject
.Abort();
1062
this.
CommunicationObject
.Close(timeout);
1068
return this.
CommunicationObject
.BeginClose(timeout, callback, state);
1073
this.
CommunicationObject
.EndClose(result);