1 write to remoteEndpoint
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
888
this.sendSockets = this.channel.GetSendSockets(message, out this.
remoteEndpoint
, out exceptionToThrow);
2 references to remoteEndpoint
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpOutputChannel.cs (2)
796
this.
remoteEndpoint
,
895
this.IsMulticast = UdpUtility.IsMulticastAddress(this.
remoteEndpoint
.Address);