1 write to communicationObject
System.ServiceModel (1)
System\ServiceModel\Channels\CommunicationObject.cs (1)
1091
this.
communicationObject
= communicationObject;
8 references to communicationObject
System.ServiceModel (8)
System\ServiceModel\Channels\CommunicationObject.cs (8)
1104
IAsyncResult result = this.
communicationObject
.OnBeginOpen(this.timeout.RemainingTime(),
1118
this.
communicationObject
.OnOpened();
1119
if (!this.
communicationObject
.onOpenedCalled)
1122
this.
communicationObject
.CreateBaseClassMethodNotCalledException("OnOpened"),
1123
Guid.Empty, this.
communicationObject
);
1134
SR.GetString(SR.TraceCodeCommunicationObjectOpenFailed, this.
communicationObject
.GetCommunicationObjectType().ToString()),
1138
this.
communicationObject
.Fault();
1145
thisPtr.
communicationObject
.OnEndOpen(result);