1 write to communicationObject
System.ServiceModel (1)
System\ServiceModel\Channels\CommunicationObject.cs (1)
1166
this.
communicationObject
= communicationObject;
8 references to communicationObject
System.ServiceModel (8)
System\ServiceModel\Channels\CommunicationObject.cs (8)
1178
IAsyncResult result = this.
communicationObject
.OnBeginClose(this.timeout.RemainingTime(),
1192
this.
communicationObject
.OnClosed();
1193
if (!this.
communicationObject
.onClosedCalled)
1196
this.
communicationObject
.CreateBaseClassMethodNotCalledException("OnClosed"),
1197
Guid.Empty, this.
communicationObject
);
1208
SR.GetString(SR.TraceCodeCommunicationObjectCloseFailed, this.
communicationObject
.GetCommunicationObjectType().ToString()),
1212
this.
communicationObject
.Abort();
1219
thisPtr.
communicationObject
.OnEndClose(result);