Click or drag to resize

ProtocolAddressBuilder Constructor

Overload List
  NameDescription
Public methodCode exampleProtocolAddressBuilder
Constructs a new protocol address builder.
Public methodCode exampleProtocolAddressBuilder(String)
Contructs a new protocol address builder with the specified string address.
Public methodProtocolAddressBuilder(Uri)
Constructs a new protocol address builder with the specified URI.
Public methodProtocolAddressBuilder(String, String)
Constructs a new protocol address builder with the specified scheme and host.
Public methodCode exampleProtocolAddressBuilder(String, String, Int32)
Constructs a new protocol address builder with the specified scheme, host and port.
Public methodProtocolAddressBuilder(String, String, Int32, Byte)
Constructs a new protocol address builder with the specified scheme, host, port, and path.
Public methodCode exampleProtocolAddressBuilder(String, String, Int32, String)
Constructs a new protocol address builder with the specified scheme, host, port, and path.
Public methodProtocolAddressBuilder(String, String, Int32, String)
Constructs a new protocol address builder with the specified scheme, host, port, and path.
Top
See Also