1 write to socket
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpSocket.cs (1)
291this.socket = socket;
3 references to socket
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\UdpSocket.cs (3)
299IAsyncResult socketAsyncResult = this.socket.BeginSendTo(buffer, offset, size, SocketFlags.None, remoteEndPoint, onSendToComplete, this); 306count = this.socket.EndSendTo(socketAsyncResult); 329count = thisPtr.socket.EndSendTo(result);