struct SOCKS::Options::Switcher

Defined in:

socks/options.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(allowTCPBinding : Bool = true, allowAssociateUDP : Bool = true) #

[View source]

Instance Method Detail

def allowAssociateUDP : Bool #

[View source]
def allowAssociateUDP=(allowAssociateUDP : Bool) #

[View source]
def allowTCPBinding : Bool #

[View source]
def allowTCPBinding=(allowTCPBinding : Bool) #

[View source]