AuthUserPass.GetAuthenticationBytes Method

Mentalis.org ProxySocket

Mentalis.org ProxySocket Documentation

AuthUserPass.GetAuthenticationBytes Method 

Creates an array of bytes that has to be sent if the user wants to authenticate with the username/password authentication scheme.

[Visual Basic]Private Function GetAuthenticationBytes() As Byte()
[C#]
private byte[] GetAuthenticationBytes();

Return Value

An array of bytes that has to be sent if the user wants to authenticate with the username/password authentication scheme.

See Also

AuthUserPass Class | AuthUserPass Members | Org.Mentalis.Network.ProxySocket.Authentication Namespace