C# Class ShootManiaXMLRPC.XmlRpc.XmlRpc

Show file Open project: JuJuBoSc/SMAdminTools Class Usage Examples

Public Methods

Method Description
ReceiveCall ( Socket in_socket, byte inHeader ) : GbxCall
SendCall ( Socket in_socket, GbxCall in_call ) : int

Private Methods

Method Description
ReceiveRpc ( Socket in_socket, int in_length ) : byte[]
SendRpc ( Socket in_socket, byte in_data ) : bool

Method Details

ReceiveCall() public static method

public static ReceiveCall ( Socket in_socket, byte inHeader ) : GbxCall
in_socket System.Net.Sockets.Socket
inHeader byte
return GbxCall

SendCall() public static method

public static SendCall ( Socket in_socket, GbxCall in_call ) : int
in_socket System.Net.Sockets.Socket
in_call GbxCall
return int