Property | Type | Description | |
---|---|---|---|
Authority | NiconicoAccountAuthority | ||
Expire | DateTimeOffset |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetAsync ( |
||
GetAsync ( string uri ) : Task |
||
GetResponseAsync ( |
||
GetResponseAsync ( string uri ) : Task |
||
GetStreamAsync ( |
||
GetStreamAsync ( string uri ) : Task |
||
NicoNicoSession ( ) : System | ||
NicoNicoSession ( string key, DateTimeOffset expire ) : System | ||
SignInAsync ( string address, string passwd ) : Task |
||
SignInInternalAsync ( ) : Task |
Method | Description | |
---|---|---|
VerifyRequest ( |
||
VerifyResponse ( |
public GetAsync ( |
||
request | ||
return | Task |
public GetResponseAsync ( |
||
request | ||
return | Task |
public GetResponseAsync ( string uri ) : Task |
||
uri | string | |
return | Task |
public GetStreamAsync ( |
||
request | ||
return | Task |
public NicoNicoSession ( string key, DateTimeOffset expire ) : System | ||
key | string | |
expire | DateTimeOffset | |
return | System |
public SignInAsync ( string address, string passwd ) : Task |
||
address | string | |
passwd | string | |
return | Task |