SocketHttpServerConnection.Bind(Socket, IHttpParams) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Android.Runtime.Register("bind", "(Ljava/net/Socket;Lorg/apache/http/params/HttpParams;)V", "GetBind_Ljava_net_Socket_Lorg_apache_http_params_HttpParams_Handler")]
protected virtual void Bind (Java.Net.Socket? socket, Org.Apache.Http.Params.IHttpParams? params);
[<Android.Runtime.Register("bind", "(Ljava/net/Socket;Lorg/apache/http/params/HttpParams;)V", "GetBind_Ljava_net_Socket_Lorg_apache_http_params_HttpParams_Handler")>]
abstract member Bind : Java.Net.Socket * Org.Apache.Http.Params.IHttpParams -> unit
override this.Bind : Java.Net.Socket * Org.Apache.Http.Params.IHttpParams -> unit
Parameters
- socket
- Socket
- params
- IHttpParams
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.