Udostępnij za pośrednictwem


IpcServerChannel.GetChannelUri Metoda

Definicja

Zwraca identyfikator URI bieżącego kanału.

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

Zwraca

Element String zawierający identyfikator URI kanału.

Przykłady

Poniższy przykład kodu ilustruje sposób użycia GetChannelUri metody .

Console::WriteLine( L"Listening on {0}", serverChannel->GetChannelUri() );
Console.WriteLine("Listening on {0}", serverChannel.GetChannelUri());

Uwagi

Identyfikator URI kanału jest używany przez klienta do określania kanału serwera zdalnego.

Dotyczy