C# Class Versionr.Network.Handshake

Mostrar archivo Open project: eatplayhate/versionr

Public Properties

Property Type Description
Protocols string>.Dictionary

Private Properties

Property Type Description
Handshake System

Public Methods

Method Description
CheckProtocol ( ) : SharedNetwork.Protocol?
Create ( SharedNetwork protocol ) : Handshake
GetProtocolString ( SharedNetwork protocol ) : string

Private Methods

Method Description
Handshake ( ) : System

Method Details

CheckProtocol() public method

public CheckProtocol ( ) : SharedNetwork.Protocol?
return SharedNetwork.Protocol?

Create() public static method

public static Create ( SharedNetwork protocol ) : Handshake
protocol SharedNetwork
return Handshake

GetProtocolString() public static method

public static GetProtocolString ( SharedNetwork protocol ) : string
protocol SharedNetwork
return string

Property Details

Protocols public_oe static_oe property

public static Dictionary Protocols
return string>.Dictionary