Click or drag to resize
TicketHeader Class
Represents the ticket that user sends by calling web service methods.
Inheritance Hierarchy
SystemObject
  System.Web.Services.ProtocolsSoapHeader
    dk.webCRM.ApiSync.BusinessLayer.RequestContextTicketHeader

Namespace: dk.webCRM.ApiSync.BusinessLayer.RequestContext
Assembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntax
public class TicketHeader : SoapHeader

The TicketHeader type exposes the following members.

Constructors
  NameDescription
Public methodTicketHeader
Initialize a new instance of class.
Public methodTicketHeader(String)
Initialize a new instance of class with a specified unique identifier.
Top
Properties
  NameDescription
Public propertyGuid
The unique identifier that identifies the current user.
Top
See Also