HostString Constructor
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
Public Sub New ( _
value As String _
)
'Usage
Dim value As String
Dim instance As New HostString(value)
public HostString(
string value
)
public:
HostString(
String^ value
)
new :
value:string -> HostString
public function HostString(
value : String
)
Parameters
- value
Type: System.String