4 references to PtrToStringAnsi
System (3)
net\System\Net\HttpListenerRequest.cs (1)
265
m_RawUrl = Marshal.
PtrToStringAnsi
((IntPtr) memoryBlob.RequestBlob->pRawUrl, memoryBlob.RequestBlob->RawUrlLength);
net\System\Net\WebSockets\WebSocketProtocolComponent.cs (2)
801
httpHeader.Name = Marshal.
PtrToStringAnsi
(httpHeaderNamePtr, length);
825
httpHeader.Value = Marshal.
PtrToStringAnsi
(httpHeaderValuePtr, (int)length);
System.Web (1)
Util\StringUtil.cs (1)
116
return Marshal.
PtrToStringAnsi
(ip, length);