ServerPortCollectionAdd Method |
Name | Description | |
---|---|---|
![]() | Add(ServerPort) |
Adds a new port on which server should listen.
Only call this before Start().
Return ValueType:The port on which server will be listening. |
![]() | Add(String, Int32, ServerCredentials) |
Adds a new port on which server should listen.
Return ValueType:The port on which server will be listening. |