RemotingClientProxy.ConfigureProxy(Type, String) 方法

定义

内部。Internal. 通过加载信道来自动配置代理(如果还未加载它们并创建代理)。Automatically configures the proxy by loading the channels, if they are not already loaded and creating the 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

当前代理表示的对象的 Type 类类型。The Type class type of the object that the current proxy represents.

url
String

当前代理表示的对象的 URL。The URL of the object that the current proxy represents.

适用于