TcpClientChannel.Parse(String, String) Method

Definition

Extracts the channel URI and the remote well-known object URI from the specified URL.

public:
 virtual System::String ^ Parse(System::String ^ url, [Runtime::InteropServices::Out] System::String ^ % objectURI);
public string Parse (string url, out string objectURI);
abstract member Parse : string * string -> string
override this.Parse : string * string -> string
Public Function Parse (url As String, ByRef objectURI As String) As String

Parameters

url
String

The URL from which to extract the URIs.

objectURI
String

When this method returns, contains a String instance that holds the URI of the remote well-known object. This parameter is passed uninitialized.

Returns

The channel URI.

Implements

Examples

The following code example shows the use this method.

System.Runtime.Remoting.Channels.Tcp.TcpClientChannel#33

Applies to