Channel(String, String, Encoding) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the Channel class.
public:
Channel(System::String ^ id, System::String ^ displayName, System::Text::Encoding ^ encoding);
public Channel (string id, string displayName, System.Text.Encoding encoding);
new Microsoft.VisualStudio.RpcContracts.OutputChannel.Channel : string * string * System.Text.Encoding -> Microsoft.VisualStudio.RpcContracts.OutputChannel.Channel
Public Sub New (id As String, displayName As String, encoding As Encoding)
Parameters
- id
- String
a non-localized, unique identifier for the channel.
- displayName
- String
the display name for the channel.
- encoding
- Encoding
the character encoding to use.