次の方法で共有


RelayedHttpListenerContext クラス

定義

へのクライアント要求を表す要求オブジェクトと応答オブジェクトへのアクセスを HybridConnectionListener提供します。 これは、System.Net.HttpListenerContext をモデル化します。

public class RelayedHttpListenerContext
type RelayedHttpListenerContext = class
Public Class RelayedHttpListenerContext
継承
RelayedHttpListenerContext

プロパティ

Request

クライアントのリソース要求を表す RelayedHttpListenerRequest を取得します。

Response

クライアントの RelayedHttpListenerResponse 要求への応答を制御する オブジェクトを取得します。

TrackingContext

このリスナー コンテキストの TrackingContext を取得します。

メソッド

ToString()

現在のオブジェクトを表す文字列を返します。 エンドツーエンドの関連付けのための TrackingId が含まれます。

適用対象