Prajna


IConn

A generic interface for a connection

Instance members

Instance memberDescription
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

Fork me on GitHub