Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic bool Listen(
int port
)
Public Function Listen (
port As Integer
) As Boolean
public:
bool Listen(
int port
)
member Listen :
port : int -> bool
Parameters
- port
- Type: SystemInt32
Return Value
Type:
Boolean
See Also