C# Class Microsoft.Protocols.TestSuites.MS_AUTHWS.AuthenticationSoap

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
AuthenticationSoap ( ) : System
BeginLogin ( string username, string password, System callback, object asyncState ) : System.IAsyncResult
BeginMode ( System callback, object asyncState ) : System.IAsyncResult
CancelAsync ( object userState ) : void
EndLogin ( System asyncResult ) : LoginResult
EndMode ( System asyncResult ) : AuthenticationMode
LoginAsync ( string username, string password ) : void
LoginAsync ( string username, string password, object userState ) : void
ModeAsync ( ) : void
ModeAsync ( object userState ) : void

Private Methods

Method Description
Login ( string username, string password ) : LoginResult
Mode ( ) : AuthenticationMode
OnLoginOperationCompleted ( object arg ) : void
OnModeOperationCompleted ( object arg ) : void

Method Details

AuthenticationSoap() public method

public AuthenticationSoap ( ) : System
return System

BeginLogin() public method

public BeginLogin ( string username, string password, System callback, object asyncState ) : System.IAsyncResult
username string
password string
callback System
asyncState object
return System.IAsyncResult

BeginMode() public method

public BeginMode ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

CancelAsync() public method

public CancelAsync ( object userState ) : void
userState object
return void

EndLogin() public method

public EndLogin ( System asyncResult ) : LoginResult
asyncResult System
return LoginResult

EndMode() public method

public EndMode ( System asyncResult ) : AuthenticationMode
asyncResult System
return AuthenticationMode

LoginAsync() public method

public LoginAsync ( string username, string password ) : void
username string
password string
return void

LoginAsync() public method

public LoginAsync ( string username, string password, object userState ) : void
username string
password string
userState object
return void

ModeAsync() public method

public ModeAsync ( ) : void
return void

ModeAsync() public method

public ModeAsync ( object userState ) : void
userState object
return void