Among other things it records the collection of channels on which the server will listen for, and transmit, messages. The IDSSChannel interface is used to expose information about one of these channels.
Public Member Functions | |
| HRESULT | MaxConnection ([in] Int32 MaxConnection) |
| The maximum number of simultaneous connections permitted by this communications channel. | |
| HRESULT | MaxConnection ([out, retval] Int32 *pMaxConnection) |
| The maximum number of simultaneous connections permitted by this communications channel. | |
| HRESULT | Name ([in] BSTR Name) |
| The name of the communications channel. | |
| HRESULT | Name ([out, retval] BSTR *pName) |
| The name of the communications channel. | |
| HRESULT | port ([in] Int32 Port) |
| The port number of the communications channel. | |
| HRESULT | port ([out, retval] Int32 *pPort) |
| The port number of the communications channel. | |
| HRESULT | Type ([in] EnumDSSChannelType Type) |
| The protocol type of the communications channel. | |
| HRESULT | Type ([out, retval] EnumDSSChannelType *pType) |
| The protocol type of the communications channel. | |
|
|
The maximum number of simultaneous connections permitted by this communications channel.
|
|
|
The maximum number of simultaneous connections permitted by this communications channel.
|
|
|
The name of the communications channel. This is a string-valued property. It is a name used to identify the channel.
|
|
|
The name of the communications channel. This is a string-valued property. It is a name used to identify the channel.
|
|
|
The port number of the communications channel.
|
|
|
The port number of the communications channel.
|
|
|
The protocol type of the communications channel. Type is an enumeration-valued property. It represents the communication protocol used on the communications channel. The possible values are drawn from the enumeration EnumDSSChannelType.
|
|
|
The protocol type of the communications channel. Type is an enumeration-valued property. It represents the communication protocol used on the communications channel. The possible values are drawn from the enumeration EnumDSSChannelType.
|