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