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입니다.

적용 대상