[Missing <summary> documentation for "M:TinCan.RemoteLRS.SetAuth(System.String,System.String)"]

Namespace: TinCan
Assembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)

Syntax

C#
public void SetAuth(
	string username,
	string password
)
Visual Basic
Public Sub SetAuth ( 
	username As String,
	password As String
)
Visual C++
public:
void SetAuth(
	String^ username, 
	String^ password
)
F#
member SetAuth : 
        username : string * 
        password : string -> unit 

Parameters

username
Type: System..::..String

[Missing <param name="username"/> documentation for "M:TinCan.RemoteLRS.SetAuth(System.String,System.String)"]

password
Type: System..::..String

[Missing <param name="password"/> documentation for "M:TinCan.RemoteLRS.SetAuth(System.String,System.String)"]

See Also