Construct a new IPHandler object for the socket
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub New( _ ByVal socket As Socket, _ ByVal server As String, _ ByVal port As Integer _ ) |
| C# |
|---|
| public IPHandler( Socket socket, string server, int port ) |
| C++ |
|---|
| public: IPHandler( Socket socket, String server, int port ) sealed |
| J# |
|---|
| public IPHandler( Socket socket, string server, int port ) |
| JScript |
|---|
| public function IPHandler( socket : Socket, server : String, port : int ) |
Parameters
- socket
- socket containing connection from client
- server
- name or IP address of server
- port
- port to connect to on server