Capabilities.SendFileVersion Property
Gets or sets the string value for "sendfile.Version"
Namespace: Microsoft.Owin.BuilderProperties
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public string SendFileVersion { get; set; }
public:
property String^ SendFileVersion {
String^ get();
void set(String^ value);
}
member SendFileVersion : string with get, set
Public Property SendFileVersion As String
Property Value
Type: System.String
the string value for "sendfile.Version"
See Also
Capabilities Structure
Microsoft.Owin.BuilderProperties Namespace
Return to top