Метод | Описание | |
---|---|---|
CreateCommunication ( string pluginName ) : ThriftCommunication |
Creates a ThriftCommunication for a plugin.
|
|
LoadConfigurationAsync ( ) : Task |
Asynchronously loads the server configuration.
|
|
ServerAccess ( IHttpClient client, IServerSettings settings ) : System.Collections.Generic |
Creates a new ServerAccess.
|
Метод | Описание | |
---|---|---|
UpdateSessionHeader ( ) : void |
Updates the HTTP headers sent with each request to add/remove/change the session.
|
public CreateCommunication ( string pluginName ) : ThriftCommunication | ||
pluginName | string | |
Результат | ThriftCommunication |
public ServerAccess ( IHttpClient client, IServerSettings settings ) : System.Collections.Generic | ||
client | IHttpClient | |
settings | IServerSettings | |
Результат | System.Collections.Generic |