SoapMessage.EnsureOutStage Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, asserts that the current SoapMessageStage stage is a stage where out parameters are available.
protected:
abstract void EnsureOutStage();
protected abstract void EnsureOutStage ();
abstract member EnsureOutStage : unit -> unit
Protected MustOverride Sub EnsureOutStage ()
Out parameters are not available.
The asserted stage is different for XML Web service clients and XML Web service methods. An XML Web service method's out parameters are available prior to the SOAP response serialization process in the BeforeSerialize stage. In an XML Web service client, the out parameters are available after the SOAP response deserialization process in the AfterDeserialize stage.
EnsureOutStage can be called during any SoapMessageStage, however an InvalidOperationException is thrown when out parameters are not available.
Produit | Versions |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :