1 instantiation of UdpSocketReceiveState
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpSocketReceiveManager.cs (1)
253state = new UdpSocketReceiveState(socket, receiveBuffer);
4 references to UdpSocketReceiveState
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\UdpSocketReceiveManager.cs (4)
199UdpSocketReceiveState state = (UdpSocketReceiveState)result.AsyncState; 243UdpSocketReceiveState state = null; 348ArraySegment<byte> EndReceiveFrom(IAsyncResult result, UdpSocketReceiveState state)