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

적용 대상