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)

指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。

適用対象