C# Класс P2PStateServer.SessionResponseInfo

Represents basic information about a session sent in a transmission
Наследование: ISessionResponseInfo
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SessionResponseInfo ( SessionObject Session ) : System

Initializes a new instance of the SessionResponseInfo class

Описание методов

SessionResponseInfo() публичный Метод

Initializes a new instance of the SessionResponseInfo class
public SessionResponseInfo ( SessionObject Session ) : System
Session SessionObject The Session object to initialize field values from
Результат System