WebHeaderCollectionGet Method (String) |
Get the value of the header with the specified name in the collection.
Namespace:
Sfs2X.WebSocketSharp.Net
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public override string Get(
string name
)
Parameters
- name
- Type: SystemString
A String that represents the name of the header to find.
Return Value
Type:
String
A
String that receives the value of the header if found;
otherwise,
.
See Also