AzureQueueStorageTransportBindingElement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |