C# Class System.Windows.Media.DomainAcquirer

Exibir arquivo Open project: shana/moon Class Usage Examples

Public Methods

Method Description
CancelAsync ( ) : void
DomainAcquirer ( ) : System
JoinDomainAsync ( System.Guid serviceId, System.Guid accountId, Uri domainServerUrl, string friendlyName ) : void
LeaveDomainAsync ( System.Guid serviceId, System.Guid accountId, Uri domainServerUrl ) : void

Protected Methods

Method Description
OnCancel ( ) : void
OnJoinDomain ( Stream joinChallenge, Uri domainServerUri ) : void
OnLeaveDomain ( Stream leaveChallenge, Uri domainServerUri ) : void
SetJoinDomainResponse ( Stream domainResponse ) : void
SetLeaveDomainResponse ( Stream domainResponse ) : void

Method Details

CancelAsync() public method

public CancelAsync ( ) : void
return void

DomainAcquirer() public method

public DomainAcquirer ( ) : System
return System

JoinDomainAsync() public method

public JoinDomainAsync ( System.Guid serviceId, System.Guid accountId, Uri domainServerUrl, string friendlyName ) : void
serviceId System.Guid
accountId System.Guid
domainServerUrl System.Uri
friendlyName string
return void

LeaveDomainAsync() public method

public LeaveDomainAsync ( System.Guid serviceId, System.Guid accountId, Uri domainServerUrl ) : void
serviceId System.Guid
accountId System.Guid
domainServerUrl System.Uri
return void

OnCancel() protected method

protected OnCancel ( ) : void
return void

OnJoinDomain() protected method

protected OnJoinDomain ( Stream joinChallenge, Uri domainServerUri ) : void
joinChallenge Stream
domainServerUri System.Uri
return void

OnLeaveDomain() protected method

protected OnLeaveDomain ( Stream leaveChallenge, Uri domainServerUri ) : void
leaveChallenge Stream
domainServerUri System.Uri
return void

SetJoinDomainResponse() protected method

protected SetJoinDomainResponse ( Stream domainResponse ) : void
domainResponse Stream
return void

SetLeaveDomainResponse() protected method

protected SetLeaveDomainResponse ( Stream domainResponse ) : void
domainResponse Stream
return void