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

ObexHeaderCollection.AddType Method 

Add a Type header, converting the string value to the correct format for the Type header.

[Visual Basic]
Public Sub AddType( _
   ByVal type As String _
)
[C#]
public void AddType(
   string type
);

Parameters

type

See Also

ObexHeaderCollection Class | Brecham.Obex Namespace