Brecham.Obex — An OBEX library for the .NET Framework

ObexConstant Class

Well-known values used with the OBEX protocol. These include values for use in the Target or Who headers to select which service/application to access, values for use in the Type to indicate the media type of the content, and other miscellaneous values. The Target and Type values are defined in ObexConstant.Target and ObexConstant.Type respectively.

For a list of all members of this type, see ObexConstant Members.

System.Object
   Brecham.Obex.ObexConstant

[Visual Basic]
MustInherit NotInheritable Public Class ObexConstant
[C#]
public abstract sealed class ObexConstant

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Brecham.Obex

Assembly: Brecham.Obex (in Brecham.Obex.dll)

See Also

ObexConstant Members | Brecham.Obex Namespace