struct SOCKS::Address

Defined in:

socks/address.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(host : String, port : Int32) #

[View source]

Instance Method Detail

def host : String #

[View source]
def host=(host : String) #

[View source]
def port : Int32 #

[View source]
def port=(port : Int32) #

[View source]