C# Class P2PStateServer.SessionResponseInfo

Represents basic information about a session sent in a transmission
Inheritance: ISessionResponseInfo
Mostrar archivo Open project: tenor/p2pStateServer Class Usage Examples

Public Methods

Method Description
SessionResponseInfo ( SessionObject Session ) : System

Initializes a new instance of the SessionResponseInfo class

Method Details

SessionResponseInfo() public method

Initializes a new instance of the SessionResponseInfo class
public SessionResponseInfo ( SessionObject Session ) : System
Session SessionObject The Session object to initialize field values from
return System