Property | Type | Description | |
---|---|---|---|
m_groupService | IGroupsServiceConnector | ||
m_service | IRegionClientCapsService |
Method | Description | |
---|---|---|
DeregisterCaps ( ) : void | ||
EnteringRegion ( ) : void | ||
ProcessGetGroupAPI ( string path, |
||
ProcessPostGroupAPI ( string path, |
||
RegisterCaps ( IRegionClientCapsService service ) : void |
public ProcessGetGroupAPI ( string path, |
||
path | string | |
request | ||
httpRequest | ||
httpResponse | ||
return | byte[] |
public ProcessPostGroupAPI ( string path, |
||
path | string | |
request | ||
httpRequest | ||
httpResponse | ||
return | byte[] |
public RegisterCaps ( IRegionClientCapsService service ) : void | ||
service | IRegionClientCapsService | |
return | void |
protected IGroupsServiceConnector m_groupService | ||
return | IGroupsServiceConnector |