1 write to UdpOutputChannel
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpChannelBase.cs (1)
368
this.
UdpOutputChannel
= udpOutputChannel;
12 references to UdpOutputChannel
System.ServiceModel.Channels (12)
System\ServiceModel\Channels\UdpChannelBase.cs (7)
124
T outputChannelProperty = this.
UdpOutputChannel
.GetProperty<T>();
336
this.
UdpOutputChannel
.Open();
365
Fx.Assert(this.
UdpOutputChannel
== null, "this.UdpOutputChannel must be null");
388
this.
UdpOutputChannel
.Abort();
392
this.
UdpOutputChannel
.Close(timeout);
472
thisPtr.channel.
UdpOutputChannel
.EndClose(result);
482
IAsyncResult result = this.channel.
UdpOutputChannel
.BeginClose(this.timeoutHelper.RemainingTime(), this.PrepareAsyncCompletion(completeCloseOutputChannelCallback), this);
System\ServiceModel\Channels\UdpDuplexChannel.cs (4)
64
return this.
UdpOutputChannel
.BeginSend(message, timeout, callback, state);
75
this.
UdpOutputChannel
.EndSend(result);
91
this.
UdpOutputChannel
.Send(message, timeout);
192
this.
UdpOutputChannel
.CancelRetransmission(message.Headers.RelatesTo);
System\ServiceModel\Channels\UdpReplyChannel.cs (1)
152
UdpRequestContext udpRequestContext = new UdpRequestContext(this.
UdpOutputChannel
, message);