C# Class PhotonWire.Server.HubDescriptor

Datei anzeigen Open project: neuecc/PhotonWire Class Usage Examples

Private Properties

Property Type Description
CreateIfPossible HubDescriptor
FindHubClientType System.Type
GetRegisteredMethods string[]
TryGetMethod bool

Public Methods

Method Description
HubDescriptor ( ) : System

Private Methods

Method Description
CreateIfPossible ( Type type ) : HubDescriptor
FindHubClientType ( Type classType ) : Type
GetRegisteredMethods ( ) : string[]
TryGetMethod ( byte operationCode, MethodDescriptor &methodDescriptor ) : bool

Method Details

HubDescriptor() public method

public HubDescriptor ( ) : System
return System