Click or drag to resize

ExtensionMethodsGetIfNoneMatch Method

Get if non match header

Namespace:  SanteDB.Rest.Common
Assembly:  SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax
public static string[] GetIfNoneMatch(
	this HttpListenerRequest me
)

Parameters

me
Type: System.NetHttpListenerRequest

[Missing <param name="me"/> documentation for "M:SanteDB.Rest.Common.ExtensionMethods.GetIfNoneMatch(System.Net.HttpListenerRequest)"]

Return Value

Type: String

[Missing <returns> documentation for "M:SanteDB.Rest.Common.ExtensionMethods.GetIfNoneMatch(System.Net.HttpListenerRequest)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type HttpListenerRequest. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also