 | ExtensionMethodsGetIfMatch Method |
Get the if match header
Namespace: SanteDB.Rest.CommonAssembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic static string[] GetIfMatch(
this HttpListenerRequest me
)
<ExtensionAttribute>
Public Shared Function GetIfMatch (
me As HttpListenerRequest
) As String()
public:
[ExtensionAttribute]
static array<String^>^ GetIfMatch(
HttpListenerRequest^ me
)
[<ExtensionAttribute>]
static member GetIfMatch :
me : HttpListenerRequest -> string[] Parameters
- me HttpListenerRequest
[Missing <param name="me"/> documentation for "M:SanteDB.Rest.Common.ExtensionMethods.GetIfMatch(System.Net.HttpListenerRequest)"]
Return Value
String[Missing <returns> documentation for "M:SanteDB.Rest.Common.ExtensionMethods.GetIfMatch(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