C# 클래스 P2PStateServer.SessionResponseInfo

Represents basic information about a session sent in a transmission
상속: ISessionResponseInfo
파일 보기 프로젝트 열기: tenor/p2pStateServer 1 사용 예제들

공개 메소드들

메소드 설명
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