1 instantiation of SendToAsyncResult
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpSocket.cs (1)
203return new SendToAsyncResult(this.socket, buffer, offset, size, remoteEndPoint, this.timeToLive, callback, state);
3 references to SendToAsyncResult
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\UdpSocket.cs (3)
208return SendToAsyncResult.End(result); 323SendToAsyncResult thisPtr = (SendToAsyncResult)result.AsyncState;