C# Class CSharpRTMP.Core.AppProtocolHandlerAttribute

Inheritance: System.Attribute
Show file Open project: langhuihui/csharprtmp

Public Properties

Property Type Description
HandlerClass System.Type
NotInMaster bool
NotInSlave bool
Type ulong[]

Public Methods

Method Description
AppProtocolHandlerAttribute ( Type handlerClass ) : System

Method Details

AppProtocolHandlerAttribute() public method

public AppProtocolHandlerAttribute ( Type handlerClass ) : System
handlerClass System.Type
return System

Property Details

HandlerClass public property

public Type,System HandlerClass
return System.Type

NotInMaster public property

public bool NotInMaster
return bool

NotInSlave public property

public bool NotInSlave
return bool

Type public property

public ulong[] Type
return ulong[]