共用方式為


AzureQueueStorageBinding Class

Definition

The class that contains the binding elements that specify the protocols, transports, and message encoders used for communication between clients and services.

public class AzureQueueStorageBinding : CoreWCF.Channels.Binding
type AzureQueueStorageBinding = class
    inherit Binding
Public Class AzureQueueStorageBinding
Inherits Binding
Inheritance
CoreWCF.Channels.Binding
AzureQueueStorageBinding

Constructors

AzureQueueStorageBinding(String)

Initializes a new instance of the AzureQueueStorageBinding class.

Properties

DeadLetterQueueName

Gets or sets the name of the dead letter queue.

MaxMessageSize

Gets or sets the maximum encoded message size.

MessageEncoding

Gets and sets the message encoding.

Scheme

Gets the URI scheme that specifies the transport used by the channel and listener factories that are built by the bindings.

Security

Gets or sets the security used with this binding.

Methods

CreateBindingElements()

Overidden method to create a collection that contains the binding elements that are part of the current binding.

Applies to