C# Class CrossroadsIO.DuplexSocket

Inheritance: Socket
显示文件 Open project: jgoz/crossroads-net

Public Methods

Method Description
Subscribe ( byte prefix ) : void
Unsubscribe ( byte prefix ) : void

Private Methods

Method Description
DuplexSocket ( SocketProxy socketProxy, SocketType socketType ) : System

Method Details

Subscribe() public method

public Subscribe ( byte prefix ) : void
prefix byte
return void

Unsubscribe() public method

public Unsubscribe ( byte prefix ) : void
prefix byte
return void