alias TCPShutdownMode (alias) TCPShutdownMode = ("both"|"send"|"receive") | "both" -- Disallow further sends and receives on the object. | "send" -- Disallow further sends on the object. | "receive" -- Disallow further receives on the object.