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

当前代理表示的对象的 URL。

适用于