C# Class withSIX.Play.Core.Games.Legacy.Arma.Commands.ConnectCommand

Inheritance: ISendMessage
ファイルを表示 Open project: SIXNetworks/withSIX.Desktop

Public Properties

Property Type Description
Command string

Private Properties

Property Type Description

Public Methods

Method Description
ConnectCommand ( ServerAddress address, string password = null ) : System.Runtime.Serialization
ToGameCommand ( ) : string

Method Details

ConnectCommand() public method

public ConnectCommand ( ServerAddress address, string password = null ) : System.Runtime.Serialization
address ServerAddress
password string
return System.Runtime.Serialization

ToGameCommand() public method

public ToGameCommand ( ) : string
return string

Property Details

Command public_oe static_oe property

public static string Command
return string