Addr
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.golang.org.x.net.websocket
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
Addr()
init()
Sub New()
Parameters:
- aURL:
constructor (Addr)
Parameters:
- value:
EscapedPath
method EscapedPath: string
string EscapedPath()
func EscapedPath() -> string
func EscapedPath() string
Function EscapedPath() As string
ForceQuery
property ForceQuery: bool read write;
bool ForceQuery { get; set; }
var ForceQuery: bool { get{} set{} }
ForceQuery bool
Property ForceQuery() As bool
Fragment
property Fragment: string read write;
string Fragment { get; set; }
var Fragment: string { get{} set{} }
Fragment string
Property Fragment() As string
Host
property Host: string read write;
string Host { get; set; }
var Host: string { get{} set{} }
Host string
Property Host() As string
Hostname
method Hostname: string
string Hostname()
func Hostname() -> string
func Hostname() string
Function Hostname() As string
IsAbs
MarshalBinary
func MarshalBinary() -> (Slice<Byte>, error)
Function MarshalBinary() As Tuple (Of Slice<Byte>, error)
Network Island
method Network: string
string Network()
func Network() -> string
func Network() string
Function Network() As string
Opaque
property Opaque: string read write;
string Opaque { get; set; }
var Opaque: string { get{} set{} }
Opaque string
Property Opaque() As string
Parse
// .NET, .NET Standard 2.0
method Parse(ref: string): tuple of (Memory<URL>, error)
// Island
method Parse(ref: string): tuple of (Memory<URL>, error)
// .NET, .NET Standard 2.0
(Memory<URL>, error) Parse(string ref)
// Island
(Memory<URL>, error) Parse(string ref)
// .NET, .NET Standard 2.0
func Parse(_ ref: string) -> (Memory<URL>, error)
// Island
func Parse(_ ref: string) -> (Memory<URL>, error)
Parameters:
- ref:
Path
property Path: string read write;
string Path { get; set; }
var Path: string { get{} set{} }
Path string
Property Path() As string
Port
method Port: string
string Port()
func Port() -> string
func Port() string
Function Port() As string
Query
method Query: Values
Values Query()
func Query() -> Values
func Query() Values
Function Query() As Values
RawPath
property RawPath: string read write;
string RawPath { get; set; }
var RawPath: string { get{} set{} }
RawPath string
Property RawPath() As string
RawQuery
property RawQuery: string read write;
string RawQuery { get; set; }
var RawQuery: string { get{} set{} }
RawQuery string
Property RawQuery() As string
RequestURI
method RequestURI: string
string RequestURI()
func RequestURI() -> string
func RequestURI() string
Function RequestURI() As string
ResolveReference
// .NET, .NET Standard 2.0
method ResolveReference(ref: Memory<URL>): Memory<URL>
// Island
method ResolveReference(ref: Memory<URL>): Memory<URL>
// .NET, .NET Standard 2.0
Memory<URL> ResolveReference(Memory<URL> ref)
// Island
Memory<URL> ResolveReference(Memory<URL> ref)
// .NET, .NET Standard 2.0
func ResolveReference(_ ref: Memory<URL>) -> Memory<URL>
// Island
func ResolveReference(_ ref: Memory<URL>) -> Memory<URL>
Parameters:
- ref:
Scheme
property Scheme: string read write;
string Scheme { get; set; }
var Scheme: string { get{} set{} }
Scheme string
Property Scheme() As string
String
method String: string
string String()
func String() -> string
func String() string
Function String() As string
UnmarshalBinary
Parameters:
- text:
URL
User
// .NET, .NET Standard 2.0
property User: Memory<Userinfo> read write;
// Island
property User: Memory<Userinfo> read write;
// .NET, .NET Standard 2.0
Memory<Userinfo> User { get; set; }
// Island
Memory<Userinfo> User { get; set; }
URL
ForceQuery
property ForceQuery: bool read write;
bool ForceQuery { get; set; }
var ForceQuery: bool { get{} set{} }
ForceQuery bool
Property ForceQuery() As bool
Fragment
property Fragment: string read write;
string Fragment { get; set; }
var Fragment: string { get{} set{} }
Fragment string
Property Fragment() As string
Host
property Host: string read write;
string Host { get; set; }
var Host: string { get{} set{} }
Host string
Property Host() As string
Opaque
property Opaque: string read write;
string Opaque { get; set; }
var Opaque: string { get{} set{} }
Opaque string
Property Opaque() As string
Path
property Path: string read write;
string Path { get; set; }
var Path: string { get{} set{} }
Path string
Property Path() As string
RawPath
property RawPath: string read write;
string RawPath { get; set; }
var RawPath: string { get{} set{} }
RawPath string
Property RawPath() As string
RawQuery
property RawQuery: string read write;
string RawQuery { get; set; }
var RawQuery: string { get{} set{} }
RawQuery string
Property RawQuery() As string
Scheme
property Scheme: string read write;
string Scheme { get; set; }
var Scheme: string { get{} set{} }
Scheme string
Property Scheme() As string
User
// .NET, .NET Standard 2.0
property User: Memory<Userinfo> read write;
// Island
property User: Memory<Userinfo> read write;
// .NET, .NET Standard 2.0
Memory<Userinfo> User { get; set; }
// Island
Memory<Userinfo> User { get; set; }
constructor
constructor
Addr()
init()
Sub New()
Parameters:
- aURL:
constructor (Addr)
Parameters:
- value:
EscapedPath
method EscapedPath: string
string EscapedPath()
func EscapedPath() -> string
func EscapedPath() string
Function EscapedPath() As string
Hostname
method Hostname: string
string Hostname()
func Hostname() -> string
func Hostname() string
Function Hostname() As string
IsAbs
MarshalBinary
func MarshalBinary() -> (Slice<Byte>, error)
Function MarshalBinary() As Tuple (Of Slice<Byte>, error)
Network Island
method Network: string
string Network()
func Network() -> string
func Network() string
Function Network() As string
Parse
// .NET, .NET Standard 2.0
method Parse(ref: string): tuple of (Memory<URL>, error)
// Island
method Parse(ref: string): tuple of (Memory<URL>, error)
// .NET, .NET Standard 2.0
(Memory<URL>, error) Parse(string ref)
// Island
(Memory<URL>, error) Parse(string ref)
// .NET, .NET Standard 2.0
func Parse(_ ref: string) -> (Memory<URL>, error)
// Island
func Parse(_ ref: string) -> (Memory<URL>, error)
Parameters:
- ref:
Port
method Port: string
string Port()
func Port() -> string
func Port() string
Function Port() As string
Query
method Query: Values
Values Query()
func Query() -> Values
func Query() Values
Function Query() As Values
RequestURI
method RequestURI: string
string RequestURI()
func RequestURI() -> string
func RequestURI() string
Function RequestURI() As string
ResolveReference
// .NET, .NET Standard 2.0
method ResolveReference(ref: Memory<URL>): Memory<URL>
// Island
method ResolveReference(ref: Memory<URL>): Memory<URL>
// .NET, .NET Standard 2.0
Memory<URL> ResolveReference(Memory<URL> ref)
// Island
Memory<URL> ResolveReference(Memory<URL> ref)
// .NET, .NET Standard 2.0
func ResolveReference(_ ref: Memory<URL>) -> Memory<URL>
// Island
func ResolveReference(_ ref: Memory<URL>) -> Memory<URL>
Parameters:
- ref:
String
method String: string
string String()
func String() -> string
func String() string
Function String() As string
UnmarshalBinary
Parameters:
- text: