Share via


RemotingClientProxy.ConfigureProxy(Type, String) 方法

定義

內部。 如果通道尚未載入,且正在建立 Proxy,則透過載入通道自動設定 Proxy。

protected:
 void ConfigureProxy(Type ^ type, System::String ^ url);
protected void ConfigureProxy (Type type, string url);
member this.ConfigureProxy : Type * string -> unit
Protected Sub ConfigureProxy (type As Type, url As String)

參數

type
Type

目前 Proxy 所表示之物件的 Type 類別型別。

url
String

目前 Proxy 所表示之物件的 URL。

適用於