KTcpListenerStartListener(Int32, Boolean) Method

[Missing <summary> documentation for "M:KLib.Net.KTcpListener.StartListener(System.Int32,System.Boolean)"]

Definition

Namespace: KLib.Net
Assembly: KLib.Net (in KLib.Net.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public bool StartListener(
	int port,
	bool reverseWriteBytes
)

Parameters

port  Int32

[Missing <param name="port"/> documentation for "M:KLib.Net.KTcpListener.StartListener(System.Int32,System.Boolean)"]

reverseWriteBytes  Boolean

[Missing <param name="reverseWriteBytes"/> documentation for "M:KLib.Net.KTcpListener.StartListener(System.Int32,System.Boolean)"]

Return Value

Boolean

[Missing <returns> documentation for "M:KLib.Net.KTcpListener.StartListener(System.Int32,System.Boolean)"]

See Also