1 write to socket
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpSocket.cs (1)
35this.socket = socket;
5 references to socket
System.ServiceModel.Channels (5)
System\ServiceModel\Channels\UdpSocket.cs (5)
50return this.socket.AddressFamily; 92this.socket, 145this.socket.Close(0); 187int count = this.socket.SendTo(buffer, offset, size, SocketFlags.None, remoteEndPoint); 203return new SendToAsyncResult(this.socket, buffer, offset, size, remoteEndPoint, this.timeToLive, callback, state);