1 write to Encoder
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
47
this.
Encoder
= encoder;
2 references to Encoder
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpOutputChannel.cs (2)
113
T messageEncoderProperty = this.
Encoder
.GetProperty<T>();
339
return this.
Encoder
.WriteMessage(message, int.MaxValue, this.BufferManager);