Udostępnij za pośrednictwem


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 : System.ServiceModel.Channels.Binding
type AzureQueueStorageBinding = class
    inherit Binding
Public Class AzureQueueStorageBinding
Inherits Binding
Inheritance
AzureQueueStorageBinding

Constructors

AzureQueueStorageBinding()

Initializes a new instance of the AzureQueueStorageBinding class.

Properties

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