SoapHeaderDirection

SoapHeaderDirectionserializable, flag

System.Web.Services.Protocols (system.web.services.dll)enum

This enumeration is used to set the SoapHeaderAttribute.Direction property. The direction is relative to the receiving method where the attribute is placed. A value of InOut on a web method specifies that the SoapHeader is sent to the method and back to the client with possible modifications.

public enum SoapHeaderDirection {    In = 0x00000001,    Out = 0x00000002,    InOut = 0x00000003,    Fault = 0x00000004 }

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) SoapHeaderDirection

Returned By

SoapHeaderAttribute.Direction

Passed To

SoapHeaderAttribute.Direction



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net