次の方法で共有


TcpServerChannel.GetChannelUri メソッド

定義

現在のチャネルの URI を返します。

public:
 System::String ^ GetChannelUri();
public string GetChannelUri ();
member this.GetChannelUri : unit -> string
Public Function GetChannelUri () As String

戻り値

現在のチャネルの URI。

次のコード例は、このメソッドの使用方法を示しています。

// Display the channel's URI.
Console::WriteLine( L"The channel URI is {0}.",
   channel->GetChannelUri() );
// Display the channel's URI.
Console.WriteLine("The channel URI is {0}.",
    channel.GetChannelUri());

適用対象