Click or drag to resize

ServiceProducesAttribute Constructor

Service consumption attribute

Namespace:  RestSrvr.Attributes
Assembly:  RestSrvr (in RestSrvr.dll) Version: 3.0.481-alpha
Syntax
public ServiceProducesAttribute(
	string mimeType
)

Parameters

mimeType
Type: SystemString

[Missing <param name="mimeType"/> documentation for "M:RestSrvr.Attributes.ServiceProducesAttribute.#ctor(System.String)"]

See Also