次の方法で共有


Request.LocalPort プロパティ

定義

現在の要求が接続されているサーバーの TCP ポートを取得します。

public:
 property int LocalPort { int get(); };
public int LocalPort { get; }
member this.LocalPort : int
Public ReadOnly Property LocalPort As Integer

プロパティ値

現在の要求に応答したリスナーのローカル TCP ポート。

適用対象