1 write to socket
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpSocket.cs (1)
366this.socket = socket;
2 references to socket
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpSocket.cs (2)
374IAsyncResult socketAsyncResult = this.socket.BeginReceiveFrom(this.Buffer.Array, 472int count = this.socket.EndReceiveFrom(result, ref remoteEndPoint);