Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function getEncryptedPort() As Nullable(Of Integer) |
| C# |
|---|
| public Nullable<int> getEncryptedPort() |
| C++ |
|---|
| public: Nullable<int> getEncryptedPort() sealed |
| J# |
|---|
| public Nullable<int> getEncryptedPort() |
| JScript |
|---|
| public function getEncryptedPort() : Nullable<int> |
Return Value
The listening port for that server for encrypted communications, or null if encrypted communications are disabled.