HttpRequestHeaders.From Property
Gets or sets {insert text here}.
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Property From As String
Get
Set
'Usage
Dim instance As HttpRequestHeaders
Dim value As String
value = instance.From
instance.From = value
public string From { get; set; }
public:
property String^ From {
String^ get ();
void set (String^ value);
}
member From : string with get, set
function get From () : String
function set From (value : String)
Property Value
Type: System.String