United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
Online Services
Windows Azure
Service Bus
Windows Azure Service Bus
Service Bus Class Library
Microsoft.ServiceBus
WebHttpRelayBinding Class
WebHttpRelayBinding Properties
IBindingRuntimePreferences.ReceiveSynchronously Property
AllowCookies Property
ContentTypeMapper Property
EnvelopeVersion Property
MaxBufferPoolSize Property
MaxBufferSize Property
MaxReceivedMessageSize Property
ProxyAddress Property
ReaderQuotas Property
Scheme Property
Security Property
TransferMode Property
UseDefaultWebProxy Property
WriteEncoding Property
This topic has not yet been rated
-
Rate this topic
WebHttpRelayBinding
.
ContentTypeMapper Property
Gets or sets the content type mapper.
Namespace:
Microsoft.ServiceBus
Assembly:
Microsoft.ServiceBus
(in Microsoft.ServiceBus.dll)
Syntax
C#
C++
F#
JScript
VB
Copy
public
WebContentTypeMapper ContentTypeMapper {
get
;
set
; }
Property Value
Type:
System.ServiceModel.Channels
.
WebContentTypeMapper
The content type mapper.
See Also
Reference
WebHttpRelayBinding Class
Microsoft.ServiceBus Namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Additions
ADD