| ServiceConsumesAttribute Constructor |
Service consumption attribute
Namespace:
RestSrvr.Attributes
Assembly:
RestSrvr (in RestSrvr.dll) Version: 3.0.481-alpha
Syntax public ServiceConsumesAttribute(
string mimeType
)
Public Sub New (
mimeType As String
)
public:
ServiceConsumesAttribute(
String^ mimeType
)
new :
mimeType : string -> ServiceConsumesAttribute
Parameters
- mimeType
- Type: SystemString
[Missing <param name="mimeType"/> documentation for "M:RestSrvr.Attributes.ServiceConsumesAttribute.#ctor(System.String)"]
See Also