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