다음을 통해 공유


MetaData.ConvertSchemaStreamToCodeSourceStream 메서드

정의

지정된 스키마 정의를 나중에 런타임 프록시 어셈블리로 컴파일할 수 있는 C# 소스 코드 프록시로 변환합니다.

오버로드

ConvertSchemaStreamToCodeSourceStream(Boolean, String, Stream, ArrayList)

지정된 스키마 정의를 C# 프록시 소스 코드로 변환합니다.

ConvertSchemaStreamToCodeSourceStream(Boolean, String, Stream, ArrayList, String)

지정된 스키마 정의를 지정된 URL에 있는 원격 개체의 C# 프록시 소스 코드로 변환합니다.

ConvertSchemaStreamToCodeSourceStream(Boolean, String, Stream, ArrayList, String, String)

지정된 스키마 정의를 지정된 URL과 제공된 클래스 네임스페이스에 있는 원격 개체의 C# 프록시 소스 코드로 변환합니다.

ConvertSchemaStreamToCodeSourceStream(Boolean, String, Stream, ArrayList)

지정된 스키마 정의를 C# 프록시 소스 코드로 변환합니다.

public:
 static void ConvertSchemaStreamToCodeSourceStream(bool clientProxy, System::String ^ outputDirectory, System::IO::Stream ^ inputStream, System::Collections::ArrayList ^ outCodeStreamList);
public static void ConvertSchemaStreamToCodeSourceStream (bool clientProxy, string outputDirectory, System.IO.Stream inputStream, System.Collections.ArrayList outCodeStreamList);
static member ConvertSchemaStreamToCodeSourceStream : bool * string * System.IO.Stream * System.Collections.ArrayList -> unit
Public Shared Sub ConvertSchemaStreamToCodeSourceStream (clientProxy As Boolean, outputDirectory As String, inputStream As Stream, outCodeStreamList As ArrayList)

매개 변수

clientProxy
Boolean

생성할 프록시의 형식을 나타냅니다. true인 경우에는 자동으로 채널을 로드하는 단순 프록시(래핑된 프록시)를 생성하고 원격 개체의 모든 메서드를 노출하며 채널 속성에 대한 액세스를 제공합니다. false인 경우에는 원격 개체의 모든 메서드를 노출하는 투명 프록시를 생성합니다.

outputDirectory
String

프록시가 있는 새 C# 소스 코드 파일이 만들어지는 디렉터리입니다.

inputStream
Stream

WSDL(Web Services Description Language) 형식의 스키마 정의를 포함하는 입력 스트림입니다.

outCodeStreamList
ArrayList

생성되는 코드 스트림의 파일 이름 목록입니다. ConvertSchemaStreamToCodeSourceStream(Boolean, String, Stream, ArrayList, String, String) 메서드는 여러 개의 소스 코드 스트림을 만들 수 있습니다.

설명

참고

지정한 이름 가진 파일이 이미 존재 하는 경우 덮어쓰여집니다.

적용 대상

ConvertSchemaStreamToCodeSourceStream(Boolean, String, Stream, ArrayList, String)

지정된 스키마 정의를 지정된 URL에 있는 원격 개체의 C# 프록시 소스 코드로 변환합니다.

public:
 static void ConvertSchemaStreamToCodeSourceStream(bool clientProxy, System::String ^ outputDirectory, System::IO::Stream ^ inputStream, System::Collections::ArrayList ^ outCodeStreamList, System::String ^ proxyUrl);
public static void ConvertSchemaStreamToCodeSourceStream (bool clientProxy, string outputDirectory, System.IO.Stream inputStream, System.Collections.ArrayList outCodeStreamList, string proxyUrl);
static member ConvertSchemaStreamToCodeSourceStream : bool * string * System.IO.Stream * System.Collections.ArrayList * string -> unit
Public Shared Sub ConvertSchemaStreamToCodeSourceStream (clientProxy As Boolean, outputDirectory As String, inputStream As Stream, outCodeStreamList As ArrayList, proxyUrl As String)

매개 변수

clientProxy
Boolean

생성할 프록시의 형식을 나타냅니다. true인 경우에는 자동으로 채널을 로드하는 단순 프록시(래핑된 프록시)를 생성하고 원격 개체의 모든 메서드를 노출하며 채널 속성에 대한 액세스를 제공합니다. false인 경우에는 원격 개체의 모든 메서드를 노출하는 투명 프록시를 생성합니다.

outputDirectory
String

프록시가 있는 새 C# 소스 코드 파일이 만들어지는 디렉터리입니다.

inputStream
Stream

WSDL(Web Services Description Language) 형식의 스키마 정의를 포함하는 입력 스트림입니다.

outCodeStreamList
ArrayList

생성되는 코드 스트림의 파일 이름 목록입니다. ConvertSchemaStreamToCodeSourceStream(Boolean, String, Stream, ArrayList, String, String) 메서드는 여러 개의 소스 코드 스트림을 만들 수 있습니다.

proxyUrl
String

새 프록시가 나타내는 대상 원격 개체가 배치될 URL입니다.

설명

참고

지정한 이름 가진 파일이 이미 존재 하는 경우 덮어쓰여집니다.

적용 대상

ConvertSchemaStreamToCodeSourceStream(Boolean, String, Stream, ArrayList, String, String)

지정된 스키마 정의를 지정된 URL과 제공된 클래스 네임스페이스에 있는 원격 개체의 C# 프록시 소스 코드로 변환합니다.

public:
 static void ConvertSchemaStreamToCodeSourceStream(bool clientProxy, System::String ^ outputDirectory, System::IO::Stream ^ inputStream, System::Collections::ArrayList ^ outCodeStreamList, System::String ^ proxyUrl, System::String ^ proxyNamespace);
public static void ConvertSchemaStreamToCodeSourceStream (bool clientProxy, string outputDirectory, System.IO.Stream inputStream, System.Collections.ArrayList outCodeStreamList, string proxyUrl, string proxyNamespace);
static member ConvertSchemaStreamToCodeSourceStream : bool * string * System.IO.Stream * System.Collections.ArrayList * string * string -> unit
Public Shared Sub ConvertSchemaStreamToCodeSourceStream (clientProxy As Boolean, outputDirectory As String, inputStream As Stream, outCodeStreamList As ArrayList, proxyUrl As String, proxyNamespace As String)

매개 변수

clientProxy
Boolean

생성할 프록시의 형식을 나타냅니다. true인 경우에는 자동으로 채널을 로드하는 단순 프록시(래핑된 프록시)를 생성하고 원격 개체의 모든 메서드를 노출하며 채널 속성에 대한 액세스를 제공합니다. false인 경우에는 원격 개체의 모든 메서드를 노출하는 투명 프록시를 생성합니다.

outputDirectory
String

프록시가 있는 새 C# 소스 코드 파일이 만들어지는 디렉터리입니다.

inputStream
Stream

WSDL(Web Services Description Language) 형식의 스키마 정의를 포함하는 입력 스트림입니다.

outCodeStreamList
ArrayList

생성되는 코드 스트림의 파일 이름 목록입니다. ConvertSchemaStreamToCodeSourceStream(Boolean, String, Stream, ArrayList, String, String) 메서드는 여러 개의 소스 코드 스트림을 만들 수 있습니다.

proxyUrl
String

새 프록시가 나타내는 대상 원격 개체가 배치될 URL입니다.

proxyNamespace
String

새로 만든 프록시의 네임스페이스입니다.

설명

참고

지정한 이름 가진 파일이 이미 존재 하는 경우 덮어쓰여집니다.

적용 대상