1 instantiation of ConnectAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
1759
return new
ConnectAsyncResult
(uri, timeout, callback, state);
7 references to ConnectAsyncResult
System.ServiceModel (7)
System\ServiceModel\Channels\SocketConnection.cs (7)
1764
Socket socket =
ConnectAsyncResult
.End(result);
1831
ConnectAsyncResult
connectAsyncResult = (
ConnectAsyncResult
)state;
1923
ConnectAsyncResult
thisPtr = (
ConnectAsyncResult
)result.AsyncState;
1958
ConnectAsyncResult
thisPtr = AsyncResult.End<
ConnectAsyncResult
>(result);