共用方式為


AzureQueueStorageTransportBindingElement Class

Definition

Class that represents Azure Queue Storage transport binding element.

public class AzureQueueStorageTransportBindingElement : System.ServiceModel.Channels.TransportBindingElement
type AzureQueueStorageTransportBindingElement = class
    inherit TransportBindingElement
Public Class AzureQueueStorageTransportBindingElement
Inherits TransportBindingElement
Inheritance
AzureQueueStorageTransportBindingElement

Constructors

AzureQueueStorageTransportBindingElement()

Creates a new instance of the AzureQueueStorageTransportBindingElement Class.

AzureQueueStorageTransportBindingElement(AzureQueueStorageTransportBindingElement)

Creates a new instance of this class from an existing instance.

Properties

ClientCredentialType

Gets or sets the type of client credential used for authentication.

QueueMessageEncoding

Gets the QueueMessageEncoding for the transport.

Scheme

Gets the URI scheme for the transport.

Methods

BuildChannelFactory<TChannel>(BindingContext)

Overridden method to build channel factory from binding context.

CanBuildChannelFactory<TChannel>(BindingContext)

Used by higher layers to determine what types of channel factories this binding element supports. Which in this case is just IOutputChannel.

Clone()

Overridden method to return a copy of the binding AzureQueueStorageTransportBindingElement object.

GetProperty<T>(BindingContext)

Gets a property from the specified BindingContext.

Applies to