[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Communication
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static byte[] LoginRequestShardList(
	string name,
	string password
)
Public Shared Function LoginRequestShardList ( _
	name As String, _
	password As String _
) As Byte()
public:
static array<unsigned char>^ LoginRequestShardList(
	String^ name, 
	String^ password
)

Parameters

name
String
password
String

See Also