C# Class P2PStateServer.SessionResponseInfo

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

Méthodes publiques

Méthode Description
SessionResponseInfo ( SessionObject Session ) : System

Initializes a new instance of the SessionResponseInfo class

Method Details

SessionResponseInfo() public méthode

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