Sdílet prostřednictvím


ContractReference.Resolve(String, Stream) Metoda

Definice

Řeší, jestli je odkazovaný dokument platný.

protected public:
 override void Resolve(System::String ^ contentType, System::IO::Stream ^ stream);
protected internal override void Resolve (string contentType, System.IO.Stream stream);
override this.Resolve : string * System.IO.Stream -> unit
Protected Friend Overrides Sub Resolve (contentType As String, stream As Stream)

Parametry

contentType
String

Typ obsahu MIME pro stream.

stream
Stream

Obsahující Stream odkazovaný dokument.

Výjimky

Vlastnost ClientProtocol je null.

-nebo-

Popis služby nelze stáhnout a úspěšně ověřit.

Poznámky

Pokud je text/xml typ MIME a obsah stream je popis služby, pak se obsah stream přidá do References vlastností a Documents .ClientProtocol

Platí pro

Viz také