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