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。

适用于