StreamingTransport Struct

Definition

Defines the transport type used for streaming. Note that future values may be introduced that are not currently documented.

public readonly struct StreamingTransport : IEquatable<Azure.Communication.CallAutomation.StreamingTransport>
type StreamingTransport = struct
Public Structure StreamingTransport
Implements IEquatable(Of StreamingTransport)
Inheritance
StreamingTransport
Implements

Constructors

Name Description
StreamingTransport(String)

Initializes a new instance of StreamingTransport.

Properties

Name Description
Websocket

websocket.

Methods

Name Description
Equals(StreamingTransport)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(StreamingTransport, StreamingTransport)

Determines if two StreamingTransport values are the same.

Implicit(String to StreamingTransport)

Converts a String to a StreamingTransport.

Inequality(StreamingTransport, StreamingTransport)

Determines if two StreamingTransport values are not the same.

Applies to