AuthMethod Constructor

Mentalis.org ProxySocket

Mentalis.org ProxySocket Documentation

AuthMethod Constructor 

Initializes an AuthMethod instance.

[Visual Basic]Public Sub New( _
   ByVal server As System.Net.Sockets.Socket _
)
[C#]
public AuthMethod(
   Socket server
);

Parameters

server
The socket connection with the proxy server.

See Also

AuthMethod Class | AuthMethod Members | Org.Mentalis.Network.ProxySocket.Authentication Namespace