Ends an asynchronous operation to get an incoming request information.
</summary>
<remarks>
This method completes an asynchronous operation started by calling the <seecref="M:WebSocketSharp.Net.HttpListener.BeginGetContext(System.AsyncCallback,System.Object)"/> method.
</remarks>
<returns>
A <seecref="T:WebSocketSharp.Net.HttpListenerContext"/> that contains a client's request information.
</returns>
<paramname="asyncResult">
An <seecref="T:System.IAsyncResult"/> obtained by calling the <seecref="M:WebSocketSharp.Net.HttpListener.BeginGetContext(System.AsyncCallback,System.Object)"/> method.
</param>
<exceptioncref="T:System.ArgumentNullException">
<paramrefname="asyncResult"/> is <seelangword="null"/>.
</exception>
<exceptioncref="T:System.ArgumentException">
<paramrefname="asyncResult"/> was not obtained by calling the <seecref="M:WebSocketSharp.Net.HttpListener.BeginGetContext(System.AsyncCallback,System.Object)"/> method.
<spanclass="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
One of the <ahref="../WebSocketSharp.Net/AuthenticationSchemes.html">WebSocketSharp.Net.AuthenticationSchemes</a> values that indicates the scheme used to authenticate the specified client request.
</i>. <spanclass="NotEntered">Documentation for this section has not yet been entered.</span></td>
</i>.
Gets a value indicating whether the <ahref="../WebSocketSharp.Net/HttpListener.html">WebSocketSharp.Net.HttpListener</a> can be used with the current operating system.
</b>(<ahref="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.AsyncCallback">AsyncCallback</a>, <ahref="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>)<nobr> : <ahref="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.IAsyncResult">IAsyncResult</a></nobr><blockquote><spanclass="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</b>(<ahref="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.IAsyncResult">IAsyncResult</a>)<nobr> : <ahref="../WebSocketSharp.Net/HttpListenerContext.html">HttpListenerContext</a></nobr><blockquote><spanclass="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</b>()<nobr> : <ahref="../WebSocketSharp.Net/HttpListenerContext.html">HttpListenerContext</a></nobr><blockquote><spanclass="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
<spanclass="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
One of the <ahref="../WebSocketSharp.Net/AuthenticationSchemes.html">WebSocketSharp.Net.AuthenticationSchemes</a> values that indicates the scheme used to
authenticate the clients. The default value is <ahref="../WebSocketSharp.Net/AuthenticationSchemes.html#F:WebSocketSharp.Net.AuthenticationSchemes.Anonymous">AuthenticationSchemes.Anonymous</a>.
<spanclass="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
A <ahref="../WebSocketSharp.Net/AuthenticationSchemeSelector.html">WebSocketSharp.Net.AuthenticationSchemeSelector</a> delegate that invokes the method(s) used to select
an authentication scheme. The default value is <tt>null</tt>.
<spanclass="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
An <ahref="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.AsyncCallback">AsyncCallback</a> delegate that references the method(s)
called when the asynchronous operation completes.
</dd>
<dt>
<i>state</i>
</dt>
<dd>
<spanclass="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
An <ahref="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a> that contains a user defined object to pass to the <i>callback</i> delegate.
<spanclass="NotEntered">Documentation for this section has not yet been entered.</span>
An <ahref="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.IAsyncResult">IAsyncResult</a> that contains the status of the asynchronous operation.
<spanclass="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
This asynchronous operation must be completed by calling the <ahref="../WebSocketSharp.Net/HttpListener.html#M:WebSocketSharp.Net.HttpListener.EndGetContext(System.IAsyncResult)">HttpListener.EndGetContext(IAsyncResult)</a> method.
Typically, the method is invoked by the <i>callback</i> delegate.
<spanclass="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
An <ahref="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.IAsyncResult">IAsyncResult</a> obtained by calling the <ahref="../WebSocketSharp.Net/HttpListener.html#M:WebSocketSharp.Net.HttpListener.BeginGetContext(System.AsyncCallback,System.Object)">HttpListener.BeginGetContext(AsyncCallback, object)</a> method.
<i>asyncResult</i> was not obtained by calling the <ahref="../WebSocketSharp.Net/HttpListener.html#M:WebSocketSharp.Net.HttpListener.BeginGetContext(System.AsyncCallback,System.Object)">HttpListener.BeginGetContext(AsyncCallback, object)</a> method.
<spanclass="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
This method completes an asynchronous operation started by calling the <ahref="../WebSocketSharp.Net/HttpListener.html#M:WebSocketSharp.Net.HttpListener.BeginGetContext(System.AsyncCallback,System.Object)">HttpListener.BeginGetContext(AsyncCallback, object)</a> method.
<spanclass="NotEntered">Documentation for this section has not yet been entered.</span>
</p>
Gets a value indicating whether the <ahref="../WebSocketSharp.Net/HttpListener.html">WebSocketSharp.Net.HttpListener</a> can be used with the current operating system.
An <seecref="T:System.IAsyncResult"/> obtained by calling the <seecref="M:WebSocketSharp.Net.HttpListener.BeginGetContext(System.AsyncCallback,System.Object)"/> method.
</param>
<summary>
Ends an asynchronous operation to get an incoming request information.
</summary>
<returns>
A <seecref="T:WebSocketSharp.Net.HttpListenerContext"/> that contains a client's request information.
</returns>
<remarks>
This method completes an asynchronous operation started by calling the <seecref="M:WebSocketSharp.Net.HttpListener.BeginGetContext(System.AsyncCallback,System.Object)"/> method.
</remarks>
<exceptioncref="T:System.ArgumentNullException">
<paramrefname="asyncResult"/> is <seelangword="null"/>.
</exception>
<exceptioncref="T:System.ArgumentException">
<paramrefname="asyncResult"/> was not obtained by calling the <seecref="M:WebSocketSharp.Net.HttpListener.BeginGetContext(System.AsyncCallback,System.Object)"/> method.