DefaultClientChannelAttribute
Overview
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server
- Platforms: .NET Core, .NET Framework, .NET Standard
- Ancestry: Attribute | DefaultClientChannelAttribute
Properties
ClientChannel
property ClientChannel: Type read;
Type ClientChannel { get; }
var ClientChannel: Type { get{} }
ReadOnly Property ClientChannel() As Type
Instance Methods
constructor
constructor(clientChannel: Type)
DefaultClientChannelAttribute(Type clientChannel)
init(_ clientChannel: Type)
Sub New(clientChannel As Type)
Parameters:
- clientChannel: