RemotingClientProxy.ConfigureProxy(Type, String) 方法

定義

內部。 自動設定代理,載入頻道(如果尚未載入)並建立代理。

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

目前 Type 代理所代表的物件類別類型。

url
String

目前代理所代表的物件網址。

適用於