WcfRelay interface
Description of the WCF relay resource.
- Extends
Properties
created |
The time the WCF relay was created. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Returns true if the relay is dynamic; otherwise, false. NOTE: This property will not be serialized. It can only be populated by the server. |
listener |
The number of listeners for this relay. Note that min :1 and max:25 are supported. NOTE: This property will not be serialized. It can only be populated by the server. |
relay |
WCF relay type. |
requires |
Returns true if client authorization is needed for this relay; otherwise, false. |
requires |
Returns true if transport security is needed for this relay; otherwise, false. |
updated |
The time the namespace was updated. NOTE: This property will not be serialized. It can only be populated by the server. |
user |
The usermetadata is a placeholder to store user-defined string data for the WCF Relay endpoint. For example, it can be used to store descriptive data, such as list of teams and their contact information. Also, user-defined configuration settings can be stored. |
Inherited Properties
id | Resource ID. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
createdAt
The time the WCF relay was created. NOTE: This property will not be serialized. It can only be populated by the server.
createdAt?: Date
Property Value
Date
isDynamic
Returns true if the relay is dynamic; otherwise, false. NOTE: This property will not be serialized. It can only be populated by the server.
isDynamic?: boolean
Property Value
boolean
listenerCount
The number of listeners for this relay. Note that min :1 and max:25 are supported. NOTE: This property will not be serialized. It can only be populated by the server.
listenerCount?: number
Property Value
number
relayType
requiresClientAuthorization
Returns true if client authorization is needed for this relay; otherwise, false.
requiresClientAuthorization?: boolean
Property Value
boolean
requiresTransportSecurity
Returns true if transport security is needed for this relay; otherwise, false.
requiresTransportSecurity?: boolean
Property Value
boolean
updatedAt
The time the namespace was updated. NOTE: This property will not be serialized. It can only be populated by the server.
updatedAt?: Date
Property Value
Date
userMetadata
The usermetadata is a placeholder to store user-defined string data for the WCF Relay endpoint. For example, it can be used to store descriptive data, such as list of teams and their contact information. Also, user-defined configuration settings can be stored.
userMetadata?: string
Property Value
string
Inherited Property Details
id
Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
name
Resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type