SoapHeaderAttribute.Direction Property
.NET Framework (current version)
Gets or sets whether the SOAP header is intended for the XML Web service or the XML Web service client or both.
Assembly: System.Web.Services (in System.Web.Services.dll)
The following MyWebService XML Web service defines one SoapHeader of type MyHeader. The Hello XML Web service method specifies that MyHeader must be sent to the XML Web service method and the client to invocate the XML Web service method.
.NET Framework
Available since 1.1
Available since 1.1
Show: