C# Class client.Vulnerable

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
显示文件 Open project: brandonprry/vulnerable_soap_service Class Usage Examples

Public Methods

Method Description
AddUserAsync ( string username, string password ) : void
AddUserAsync ( string username, string password, object userState ) : void
BeginAddUser ( string username, string password, System callback, object asyncState ) : System.IAsyncResult
BeginDeleteUser ( string username, System callback, object asyncState ) : System.IAsyncResult
BeginGetUser ( string username, System callback, object asyncState ) : System.IAsyncResult
BeginListUsers ( System callback, object asyncState ) : System.IAsyncResult
DeleteUserAsync ( string username ) : void
DeleteUserAsync ( string username, object userState ) : void
EndAddUser ( System asyncResult ) : string
EndDeleteUser ( System asyncResult ) : bool
EndGetUser ( System asyncResult ) : string
EndListUsers ( System asyncResult ) : string[]
GetUserAsync ( string username ) : void
GetUserAsync ( string username, object userState ) : void
ListUsersAsync ( ) : void
ListUsersAsync ( object userState ) : void
Vulnerable ( )

Private Methods

Method Description
AddUser ( string username, string password ) : string
DeleteUser ( string username ) : bool
GetUser ( string username ) : string
ListUsers ( ) : string[]
OnAddUserCompleted ( object arg ) : void
OnDeleteUserCompleted ( object arg ) : void
OnGetUserCompleted ( object arg ) : void
OnListUsersCompleted ( object arg ) : void

Method Details

AddUserAsync() public method

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

AddUserAsync() public method

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

BeginAddUser() public method

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

BeginDeleteUser() public method

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

BeginGetUser() public method

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

BeginListUsers() public method

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

DeleteUserAsync() public method

public DeleteUserAsync ( string username ) : void
username string
return void

DeleteUserAsync() public method

public DeleteUserAsync ( string username, object userState ) : void
username string
userState object
return void

EndAddUser() public method

public EndAddUser ( System asyncResult ) : string
asyncResult System
return string

EndDeleteUser() public method

public EndDeleteUser ( System asyncResult ) : bool
asyncResult System
return bool

EndGetUser() public method

public EndGetUser ( System asyncResult ) : string
asyncResult System
return string

EndListUsers() public method

public EndListUsers ( System asyncResult ) : string[]
asyncResult System
return string[]

GetUserAsync() public method

public GetUserAsync ( string username ) : void
username string
return void

GetUserAsync() public method

public GetUserAsync ( string username, object userState ) : void
username string
userState object
return void

ListUsersAsync() public method

public ListUsersAsync ( ) : void
return void

ListUsersAsync() public method

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

Vulnerable() public method

public Vulnerable ( )