ObexListenerRequestObexMethod Property
Gets the method specified by the client.
Namespace: InTheHand.NetAssembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
public string ObexMethod { get; }
Public ReadOnly Property ObexMethod As String
Get
public:
property String^ ObexMethod {
String^ get ();
}
member ObexMethod : string with get
Property Value
String Only PUT is supported in this version.