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