1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
1047
this.
channel
= channel;
12 references to channel
System.ServiceModel (12)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (12)
1086
TD.MessageSentByTransport(thisPtr.eventTraceActivity, thisPtr.
channel
.RemoteAddress.Uri.AbsoluteUri);
1134
thisPtr.
channel
.FinishWritingMessage();
1154
this.
channel
.ThrowIfDisposedOrNotOpen();
1155
this.
channel
.ThrowIfOutputSessionClosed();
1157
this.
channel
.ApplyChannelBinding(this.message);
1171
completionResult = this.
channel
.StartWritingStreamedMessage(message, this.timeoutHelper.RemainingTime(), onWriteComplete, this);
1178
messageData = this.
channel
.EncodeMessage(message);
1181
completionResult = this.
channel
.StartWritingBufferedMessage(
1195
this.
channel
.FinishWritingMessage();
1205
this.
channel
.Fault();
1212
this.
channel
.sendLock.Exit();
1218
this.
channel
.bufferManager.ReturnBuffer(this.buffer);