[Missing <summary> documentation for "P:InTheHand.Net.Obex.Headers.ObexResponseHeaders.Http"]
public string Http { get; set; }Public Property Http As String
Get
Setpublic:
property String^ Http {
String^ get ();
void set (String^ value);
}member Http : string with get, set