Method | Description | |
---|---|---|
CancelAsync ( ) : void | ||
DomainAcquirer ( ) : System | ||
JoinDomainAsync ( System.Guid serviceId, System.Guid accountId, |
||
LeaveDomainAsync ( System.Guid serviceId, System.Guid accountId, |
Method | Description | |
---|---|---|
OnCancel ( ) : void | ||
OnJoinDomain ( Stream joinChallenge, |
||
OnLeaveDomain ( Stream leaveChallenge, |
||
SetJoinDomainResponse ( Stream domainResponse ) : void | ||
SetLeaveDomainResponse ( Stream domainResponse ) : void |
public JoinDomainAsync ( System.Guid serviceId, System.Guid accountId, |
||
serviceId | System.Guid | |
accountId | System.Guid | |
domainServerUrl | ||
friendlyName | string | |
return | void |
public LeaveDomainAsync ( System.Guid serviceId, System.Guid accountId, |
||
serviceId | System.Guid | |
accountId | System.Guid | |
domainServerUrl | ||
return | void |
protected OnJoinDomain ( Stream joinChallenge, |
||
joinChallenge | Stream | |
domainServerUri | ||
return | void |
protected OnLeaveDomain ( Stream leaveChallenge, |
||
leaveChallenge | Stream | |
domainServerUri | ||
return | void |
protected SetJoinDomainResponse ( Stream domainResponse ) : void | ||
domainResponse | Stream | |
return | void |
protected SetLeaveDomainResponse ( Stream domainResponse ) : void | ||
domainResponse | Stream | |
return | void |