WebListener.GetContextAsync 方法

定义

public:
 System::Threading::Tasks::Task<Microsoft::Net::Http::Server::RequestContext ^> ^ GetContextAsync();
public System.Threading.Tasks.Task<Microsoft.Net.Http.Server.RequestContext> GetContextAsync ();
member this.GetContextAsync : unit -> System.Threading.Tasks.Task<Microsoft.Net.Http.Server.RequestContext>
Public Function GetContextAsync () As Task(Of RequestContext)

返回

适用于