System.Net.Sockets.NetworkStream.AwaitableSocketAsyncEventArgs.GetAwaiter C# (CSharp) Method

GetAwaiter() public method

Gets this instance.
public GetAwaiter ( ) : AwaitableSocketAsyncEventArgs
return AwaitableSocketAsyncEventArgs
            public AwaitableSocketAsyncEventArgs GetAwaiter() => this;