Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WcfRelay

Package version

interface

An interface representing WcfRelay. Description of the WCF relay resource.

extends

Resource

Hierarchy

Index

Properties

Optional createdAt

createdAt: Date
member

{Date} [createdAt] The time the WCF relay was created. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string
member

{string} [id] Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

Optional isDynamic

isDynamic: undefined | false | true
member

{boolean} [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.

Optional listenerCount

listenerCount: undefined | number
member

{number} [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.

Optional name

name: undefined | string
member

{string} [name] Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional relayType

relayType: Relaytype
member

{Relaytype} [relayType] WCF relay type. Possible values include: 'NetTcp', 'Http'

Optional requiresClientAuthorization

requiresClientAuthorization: undefined | false | true
member

{boolean} [requiresClientAuthorization] Returns true if client authorization is needed for this relay; otherwise, false.

Optional requiresTransportSecurity

requiresTransportSecurity: undefined | false | true
member

{boolean} [requiresTransportSecurity] Returns true if transport security is needed for this relay; otherwise, false.

Optional type

type: undefined | string
member

{string} [type] Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Optional updatedAt

updatedAt: Date
member

{Date} [updatedAt] The time the namespace was updated. NOTE: This property will not be serialized. It can only be populated by the server.

Optional userMetadata

userMetadata: undefined | string
member

{string} [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.

Generated using TypeDoc