Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MegaApi
Session
C# 클래스 MegaApi.Session
파일 보기
프로젝트 열기: redwyre/MegaApi
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
ApiRequestUrl
System.Uri
SequenceNumber
int
SessionId
string
공개 메소드들
메소드
설명
Execute
(
Command
command
) :
string
Session
( ) :
System
비공개 메소드들
메소드
설명
GetNextRequest
( ) :
HttpWebRequest
메소드 상세
Execute()
공개
메소드
public
Execute
(
Command
command
) :
string
command
Command
리턴
string
Session()
공개
메소드
public
Session
( ) :
System
리턴
System
프로퍼티 상세
ApiRequestUrl
공개적으로 정적으로 프로퍼티
public
static
Uri,System
ApiRequestUrl
리턴
System.Uri
SequenceNumber
공개적으로 프로퍼티
public
int
SequenceNumber
리턴
int
SessionId
공개적으로 프로퍼티
public
string
SessionId
리턴
string