Share via


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

See Also

Reference

HostString Structure

Microsoft.Owin Namespace