다음을 통해 공유


ProxyGenerator.GetClientProxyScript 메서드

정의

지정된 형식에 대한 프록시 생성 코드를 검색합니다.

오버로드

GetClientProxyScript(Type, String, Boolean)

지정된 형식에 대한 프록시 생성 코드를 검색합니다.

GetClientProxyScript(Type, String, Boolean, ServiceEndpoint)

경로 및 서비스 끝점을 사용하여 지정된 형식에 대한 프록시 생성 코드를 검색합니다.

GetClientProxyScript(Type, String, Boolean)

지정된 형식에 대한 프록시 생성 코드를 검색합니다.

public:
 static System::String ^ GetClientProxyScript(Type ^ type, System::String ^ path, bool debug);
public static string GetClientProxyScript (Type type, string path, bool debug);
static member GetClientProxyScript : Type * string * bool -> string
Public Shared Function GetClientProxyScript (type As Type, path As String, debug As Boolean) As String

매개 변수

type
Type

스크립트를 가져올 개체의 형식입니다.

path
String

엔드포인트의 위치입니다.

debug
Boolean

XML 코드 주석을 포함하려면 true이고, 그렇지 않으면 false입니다.

반환

String

프록시 생성 코드입니다.

예외

type 또는 path 매개 변수가 null인 경우

지정된 형식이 프록시 생성에 지원되지 않는 경우

설명

GetClientProxyScript 메서드 웹 서비스, Windows Communication Foundation (WCF) 서비스의 경우 또는 있는 정적 페이지 메서드에 대 한 프록시 생성 ECMAScript (JavaScript)를 반환 합니다 WebMethodAttribute 특성이 적용 합니다. type 매개 변수는 웹 서비스 클래스, WCF 서비스 클래스 또는 ASP.NET page 클래스의 형식을 포함 합니다. 경우 형식은 WCF 서비스 클래스 또는 인터페이스, 클래스 또는 인터페이스 있어야는 ServiceContractAttribute 특성을 적용 합니다. 경우는 debug 매개 변수는 true, 결과 코드는 Visual Studio의 IntelliSense 지원 또는 다른 개발 환경에 사용할 수 있는 XML 코드 주석 포함 되어 있습니다. 결과적으로 생성된 된 스크립트의 크기가 큽니다.

추가 정보

적용 대상

GetClientProxyScript(Type, String, Boolean, ServiceEndpoint)

경로 및 서비스 끝점을 사용하여 지정된 형식에 대한 프록시 생성 코드를 검색합니다.

public:
 static System::String ^ GetClientProxyScript(Type ^ type, System::String ^ path, bool debug, System::ServiceModel::Description::ServiceEndpoint ^ serviceEndpoint);
public static string GetClientProxyScript (Type type, string path, bool debug, System.ServiceModel.Description.ServiceEndpoint serviceEndpoint);
static member GetClientProxyScript : Type * string * bool * System.ServiceModel.Description.ServiceEndpoint -> string
Public Shared Function GetClientProxyScript (type As Type, path As String, debug As Boolean, serviceEndpoint As ServiceEndpoint) As String

매개 변수

type
Type

스크립트를 가져올 개체의 형식입니다.

path
String

엔드포인트의 위치입니다.

debug
Boolean

XML 코드 주석을 포함하려면 true이고, 그렇지 않으면 false입니다.

serviceEndpoint
ServiceEndpoint

서비스 엔드포인트입니다.

반환

String

프록시 생성 코드입니다.

예외

type 또는 path 매개 변수가 null인 경우

지정된 형식이 프록시 생성에 지원되지 않는 경우

설명

GetClientProxyScript 메서드 웹 서비스, Windows Communication Foundation (WCF) 서비스의 경우 또는 있는 정적 페이지 메서드에 대 한 프록시 생성 ECMAScript (JavaScript)를 반환 합니다 WebMethodAttribute 특성이 적용 합니다. type 매개 변수는 웹 서비스 클래스, WCF 서비스 클래스 또는 ASP.NET page 클래스의 형식을 포함 합니다. 경우 형식은 WCF 서비스 클래스 또는 인터페이스, 클래스 또는 인터페이스 있어야는 ServiceContractAttribute 특성을 적용 합니다. 경우는 debug 매개 변수는 true, 결과 코드는 Visual Studio의 IntelliSense 지원 또는 다른 개발 환경에 사용할 수 있는 XML 코드 주석 포함 되어 있습니다. 결과적으로 생성된 된 스크립트의 크기가 큽니다.

추가 정보

적용 대상