IConn
A generic interface for a connection
Instance members
Instance member | Description |
Close()
Signature: unit -> unit
Modifiers: abstract
|
Close the connection
|
Init(arg1, arg2)
Signature: (Socket * obj) -> unit
Modifiers: abstract
|
Initialize the connection using (socket, state)
|
Socket()
Signature: unit -> Socket
Modifiers: abstract
|
A socket for the connection
|
Socket()
Signature: unit -> unit
Modifiers: abstract
|
A socket for the connection
|