HeaderEncodingSelector<TContext> 委托

定义

表示指定在解释标头值时要使用的编码的方法。

generic <typename TContext>
public delegate System::Text::Encoding ^ HeaderEncodingSelector(System::String ^ headerName, TContext context);
public delegate System.Text.Encoding? HeaderEncodingSelector<TContext>(string headerName, TContext context);
type HeaderEncodingSelector<'Context> = delegate of string * 'Context -> Encoding
Public Delegate Function HeaderEncodingSelector(Of TContext)(headerName As String, context As TContext) As Encoding 

类型参数

TContext

正在编码/解码的标头的类型。

参数

headerName
String

要为编码指定的标头的名称。

context
TContext

要为其编码/解码标头的类型。

返回值

要使用的编码,或为 null 以使用默认行为。

扩展方法

GetMethodInfo(Delegate)

获取指示指定委托表示的方法的对象。

适用于