Share via


Address Constructor (String, String, String, String)

Initializes a new instance of the Address class.

Namespace:  Microsoft.Owin.BuilderProperties
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Public Sub New ( _
    scheme As String, _
    host As String, _
    port As String, _
    path As String _
)
'Usage
Dim scheme As String 
Dim host As String 
Dim port As String 
Dim path As String 

Dim instance As New Address(scheme, _
    host, port, path)
public Address(
    string scheme,
    string host,
    string port,
    string path
)
public:
Address(
    String^ scheme, 
    String^ host, 
    String^ port, 
    String^ path
)
new : 
        scheme:string * 
        host:string * 
        port:string * 
        path:string -> Address
public function Address(
    scheme : String, 
    host : String, 
    port : String, 
    path : String
)

Parameters

See Also

Reference

Address Structure

Address Overload

Microsoft.Owin.BuilderProperties Namespace