C# Class CSharpRTMP.Core.AppProtocolHandlerAttribute

Inheritance: System.Attribute
Mostrar archivo 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_oe property

public Type,System HandlerClass
return System.Type

NotInMaster public_oe property

public bool NotInMaster
return bool

NotInSlave public_oe property

public bool NotInSlave
return bool

Type public_oe property

public ulong[] Type
return ulong[]