Expires Class
Represents an Expires timestamp placed in a SOAP message header.
Namespace: Microsoft.Web.Services3.Security.Utility
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim expires As DateTime
Dim expires1 As New Expires(expires)
Syntax
'Declaration
Public Class Expires
Inherits OpenAttributeDateTimeElement
Implements IXmlElement
public class Expires : OpenAttributeDateTimeElement, IXmlElement
public ref class Expires : OpenAttributeDateTimeElement, IXmlElement
public class Expires extends OpenAttributeDateTimeElement implements IXmlElement
public class Expires extends OpenAttributeDateTimeElement implements IXmlElement
Remarks
The Expires class corresponds to the <wsu:Expires> element. ("wsu" is the utility namespace prefix; the full namespace is http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd).
Inheritance Hierarchy
System.Object
Microsoft.Web.Services3.Xml.OpenAttributeElement
Microsoft.Web.Services3.Xml.OpenAttributeDateTimeElement
Microsoft.Web.Services3.Security.Utility.Expires
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
Expires Members
Microsoft.Web.Services3.Security.Utility Namespace