IpcServerChannel.GetChannelUri 메서드

정의

현재 채널의 URI를 반환합니다.

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

반품

채널의 URI를 포함하는 A String 입니다.

예제

다음 코드 예제에서는 메서드를 사용 하는 방법을 보여 줍니다 GetChannelUri .

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

설명

채널 URI는 클라이언트에서 원격 서버 채널을 지정하는 데 사용됩니다.

적용 대상