TcpServerChannel.GetChannelUri Methode

Definitie

Retourneert de URI van het huidige kanaal.

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

Retouren

De URI van het huidige kanaal.

Voorbeelden

In het volgende codevoorbeeld ziet u hoe u deze methode gebruikt.

// 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());

Van toepassing op