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